home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / sndbyt11.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-03-08  |  965b  |  36 lines

  1. @echo off
  2. cls
  3. view sound.gif /s >nul
  4. echo Please Enter Windows Directory [c:\windows]
  5. echo Press F6 and then Enter when Finished
  6. copy con path1.dat >nul
  7. copy path1.set+path1.dat path1.bat >nul
  8. call path1
  9. copy *.wav %path1% >nul
  10. del path1.bat >nul
  11. del path1.dat >nul
  12. cls
  13. Echo Copying Process Complete
  14. echo --------------------------------
  15. echo To access these sounds from
  16. echo Windows you must have a sound
  17. echo card equipped with a Digital
  18. echo Audio Chip or DAC.  The Sound-
  19. echo blaster is the most prominent
  20. echo of these.
  21. echo   Inside Windows, enter the 
  22. echo Control Panel, and then the 
  23. echo Drivers menu.  Select Add and
  24. echo then your sound card if you
  25. echo have not already.
  26. echo   Now, exit and go to Sounds.
  27. echo All your Sound Bytes sounds, 
  28. echo those that came with Windows
  29. echo should now be accessible and
  30. echo assignable to various system
  31. echo events.
  32. echo   Have FUN...
  33. echo Copyright Winsoft92 1992
  34. pause
  35. cls
  36.